object RegDlg: TRegDlg Left = 276 Top = 140 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Net Vampire registration' ClientHeight = 151 ClientWidth = 270 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 8 Width = 51 Height = 13 Caption = 'User name' end object Label2: TLabel Left = 24 Top = 56 Width = 18 Height = 13 Caption = 'Key' end object Edit1: TEdit Left = 20 Top = 24 Width = 229 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 20 Top = 72 Width = 229 Height = 21 TabOrder = 1 end object BitBtn1: TBitBtn Left = 51 Top = 112 Width = 75 Height = 25 TabOrder = 2 OnClick = BitBtn1Click Kind = bkOK end object BitBtn2: TBitBtn Left = 141 Top = 112 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end end